@font-face {
    src: url(../fonts/SourceSansPro-Regular.ttf) format("truetype");
    font-family: SourceSansPro;
    font-style: normal;
    font-weight: 400
}

@font-face {
    src: url(../fonts/SourceSansPro-SemiBold.ttf) format("truetype");
    font-family: SourceSansPro;
    font-style: normal;
    font-weight: 600
}

@font-face {
    src: url(../fonts/SourceSansPro-Bold.ttf) format("truetype");
    font-family: SourceSansPro;
    font-style: normal;
    font-weight: 700
}

.flaticon-menu:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/main-icon-sprite.svg) no-repeat;
    background-position: 0 -33px;
    width: 24px;
    height: 16px;
    content: ""
}

:root {
    font-size: 62.5%
}

a,
b,
body,
button,
caption,
div,
footer,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
li,
nav,
ol,
p,
span,
table,
tbody,
td,
th,
tr,
ul {
    vertical-align: baseline;
    margin: 0;
    border: 0;
    padding: 0;
    font: inherit;
    font-size: 100%
}

html {
    line-height: 1
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    background-color: transparent
}

a,
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    outline: 0;
    text-decoration: none
}

img {
    max-width: 100%
}

footer,
header,
nav {
    display: block
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #adb9bf
}

:-ms-input-placeholder {
    opacity: 1;
    color: #adb9bf
}

::-ms-input-placeholder {
    opacity: 1;
    color: #adb9bf
}

body,
html {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-color: #fff;
    min-width: 320px;
    font-family: SourceSansPro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    position: relative;
    margin: 0 auto
}

@media only screen and (min-width:320px) {
    .container {
        width: calc(100% - 32px)
    }
}

@media only screen and (min-width:593px) {
    .container {
        width: 561px
    }
}

@media only screen and (min-width:770px) {
    .container {
        width: 738px
    }
}

@media only screen and (min-width:991px) {
    .container {
        width: calc(100% - 32px);
        max-width: 1080px
    }
}

h1,
h2,
h3,
h4,
p {
    color: #000
}

b {
    font-weight: 700
}

.image-wrapper {
    position: relative;
    z-index: 0
}

.image-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

a img {
    border: none
}

a:hover {
    color: #bc0000
}

@media only screen and (max-width:480px) {

    .content {
        margin: 0 -8px
    }
}

.waves {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-header {
    position: relative;
    border-bottom: 1px solid #e7e8e8;
    padding-top: 20px
}

.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (min-width:991px) {
    .top-header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.top-header .toggle-menu {
    display: none
}

.logo-wrap {
    position: relative
}

.logo {
    margin-bottom: 17px;
    width: 250px
}

.logo,
.logo a {
    display: block
}

.logo img {
    vertical-align: middle;
    max-height: 70px
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main-menu .header-menu {
    margin-left: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    list-style: none
}

.main-menu .header-menu li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 22px;
    line-height: 55px
}

@media only screen and (max-width:592px) {
    .main-menu {
        margin-top: 10px
    }

    .main-menu .header-menu li {
        display: block;
        margin-right: 0
    }
}

.main-menu .header-menu li:before {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #bc0000;
    width: 0;
    height: 2px;
    content: ""
}

.main-menu .header-menu li:hover:before {
    right: 0;
    left: 0;
    width: 100%
}

.main-menu .header-menu li a {
    display: block;
    color: #000
}

.mobile-nav-wrap {
    display: none;
    position: relative;
    z-index: 26;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff
}

.mobile-nav-content {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2);
    border-top: 1px solid #e7e8e8;
    background-color: #fff;
    width: 100%;
    height: 0;
    overflow: auto
}

.shop-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 56px
}

.main-shop-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 24px;
    width: 100%
}

.promo-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 12px;
    -webkit-box-shadow: 0 2px 0 #dae0e4;
    box-shadow: 0 2px 0 #dae0e4;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 16px;
    width: 100%;
    min-height: 150px
}

.promo-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 112px;
    height: auto
}

.promo-info:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: -10px 0;
    border-right: 1px solid #e7e8e8;
    content: ""
}

.promo-info.promo-type {
    padding: 0 0 0 16px;
    width: 120px
}

.promo-info.promo-type .promo-info-group {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 11px 0 0
}

.promo-info.promo-type:after {
    display: none
}

.promo-info.promo-shop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.promo-info.promo-shop:after {
    display: none
}

.promo-tile.best-promo-tile .promo-info.promo-shop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto
}

.promo-info-text {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px
}

.promo-info-text b {
    display: block;
    margin-bottom: -8px
}

.popup-top.green .promo-info-text {
    color: #1ca3af
}

.promo-info-content {
    position: relative;
    width: 120px;
    height: 40px
}

.promo-info-content img {
    margin: auto 0
}

.promo-info-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0 0;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-transform: lowercase;
    white-space: normal
}

.promo-info-shop-link {
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    left: 0;
    z-index: 1
}

.hide-lg {
    display: none
}

.promo-title {
    margin: 6px 0;
    color: #28313e;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px
}

.promo-title a {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    cursor: pointer;
    color: inherit
}

.promo-title a:hover {
    -webkit-transition: none;
    transition: none;
    color: #bc0000
}

.promo-tile .promo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% - 128px)
}

.promo-text {
    min-height: 34px;
    font-size: 13px;
    line-height: 16px
}

.promo-description {
    color: #000;
    font-size: 13px;
    line-height: 16px
}

.promo-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 24px;
    width: calc(100% - 224px)
}

.coupon-label {
    display: inline-block;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    float: left;
    margin-top: 8px;
    padding: 1px 0 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-transform: lowercase
}

.coupon-label.checked-today {
    margin-right: 16px;
    border-radius: 2px;
    background-color: #59a219;
    padding: 1px 6px 2px;
    color: #fff !important
}

.best-promo-tile.green .coupon-label {
    color: #1ca3af
}

.promo-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.promo-btn-wrap {
    display: inherit
}

.promo-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #bc0000;
    padding: 0 12px;
    min-width: 200px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 44px;
    text-align: center;
    text-decoration: none
}

.promo-button:hover {
    background-color: #c93333;
    color: #fff
}

.promo-button-absolute {
    display: none
}

.promo-button .text {
    display: inline-block;
    color: inherit
}

.promo-button .corner {
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 5;
    border-right: 20px solid transparent;
    border-bottom: 45px solid #bc0000
}

.promo-button:hover .corner {
    border-bottom-color: #c93333
}

.promo-button .code {
    right: 0;
    z-index: 4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #bc0000;
    border-left-width: 0;
    background-color: #f2cccc;
    width: 24px;
    height: 100%;
    overflow: hidden;
    color: #000;
    line-height: 40px;
    text-transform: lowercase
}

.promo-button .code,
.promo-button .code i {
    display: inline-block;
    position: absolute;
    bottom: 0
}

.promo-button .code i {
    top: 0;
    right: 4px;
    font-weight: 400
}

.exclusive-item .promo-button {
    background-color: #bc0000
}

.exclusive-item .promo-button:hover {
    background-color: #c93333
}

.exclusive-item .promo-button:hover .corner {
    border-bottom-color: #c93333
}

.exclusive-item .promo-button .corner {
    border-bottom-color: #bc0000
}

.exclusive-item .promo-button .code {
    border-color: #bc0000;
    background-color: #f2cccc
}

.block-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.popup-content {
    overflow-x: hidden;
    overflow-y: auto
}

.popup-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.popup-top:after {
    display: block;
    clear: both;
    content: ""
}

.btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #bc0000;
    padding: 0 12px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 44px;
    text-align: center;
    text-decoration: none
}

.btn:hover {
    background-color: #c93333;
    color: #fff
}

.page-footer {
    font-size: 14px;
    line-height: 16px
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer-right-col {
    display: table-cell;
    position: relative
}

.footer-right-col {
    padding: 32px 0;
    width: 100%
}

.footer-right-col>.container {
    margin: 0
}

@media only screen and (min-width:593px) {
    .footer-right-col>.container {
        margin: 0 auto
    }
}

.footer-right-col .info18 {
    color: #fff
}

.footer-right-col .copyright {
    display: inline-block;
    margin-right: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.page-footer ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 26px 0 10px;
    padding: 0;
    list-style: none
}

.page-footer ul li {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.page-footer ul li:after {
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
    background-color: #fff;
    width: 1px;
    height: 20px;
    content: ""
}

.page-footer ul li:last-child {
    margin-right: 0
}

.page-footer ul li:last-child:after {
    display: none
}

.page-content {
    background-color: #f1f1f1
}

.popup {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    margin: 20px auto;
    border-radius: 2px;
    background: #fff;
    width: 96%;
    max-width: 650px;
    max-height: 90%;
    overflow: hidden
}

.popup-content {
    max-height: 100%;
    overflow: auto
}

.promo-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 144px 32px;
    width: calc(100% - 302px)
}

.promo-popup-content p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.promo-popup-content p>a {
    color: #bc0000
}

.promo-popup-content p>a:hover {
    border-bottom: 1px solid rgba(188, 0, 0, .25);
    color: #c93333
}

.promo-popup-content .info-group {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px
}

.promo-popup-content a.move-shop {
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #adb9bf;
    padding: 7px 16px 6px;
    width: 100%;
    max-width: 340px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center
}

.promo-popup-content a.move-shop:hover {
    background-color: #c2cbcf;
    color: #fff
}

.popup-top .promo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 54px 8px 24px;
    width: calc(100% - 120px)
}

.popup-top .promo-title {
    margin: 0 0 5px;
    color: #28313e;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px
}

.popup-top .promo-description {
    margin: 0 0 8px
}

.popup-code {
    margin: 0 0 16px;
    width: 100%;
    max-width: 340px;
    font-size: 0
}

.popup-code,
.popup-code .code {
    display: inline-block;
    vertical-align: middle
}

.popup-code .code {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e8e8;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    padding: 5px 16px 4px;
    width: calc(100% - 176px);
    overflow-x: scroll;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    white-space: nowrap
}

.popup-code .code::-webkit-scrollbar {
    display: none
}

.popup-copy {
    display: inline-block;
    vertical-align: baseline;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    background-color: #36a;
    padding: 0 16px;
    height: 45px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    white-space: nowrap
}

.copy-success,
.popup-copy {
    position: relative;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 176px;
    color: #fff;
    text-align: center
}

.copy-success {
    cursor: default;
    border-radius: 0 2px 2px 0;
    text-shadow: none
}

.copy-success,
.copy-success:hover {
    background-color: #59a219
}

.popup-copy:hover {
    background-color: #6292c6
}

.copy-success i,
.popup-copy i {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 18px
}

.copy-success {
    display: none;
    height: 45px;
    line-height: 46px
}

.copy-success.btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup-content::-webkit-scrollbar {
    width: 8px
}

.popup-content::-webkit-scrollbar-track {
    background-color: #c1c1c1
}

.popup-content::-webkit-scrollbar-thumb {
    background-color: #8b8b8b
}

.review-page {
    background-color: #f9f9f9;
    padding: 32px 0 0
}

.review-page .main-shop-block h1 {
    margin: 0 0 19px;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px
}

.review-page .main-shop-block h2 {
    margin: 19px 0 7px;
    font-size: 26px;
    line-height: 32px
}

.review-page .main-shop-block ol,
.review-page .main-shop-block p,
.review-page .main-shop-block ul {
    margin: 8px 0;
    font-size: 13px;
    line-height: 18px
}

.review-page .main-shop-block ol li,
.review-page .main-shop-block ul li {
    margin: 0 0 8px
}

.review-page .main-shop-block ol li:last-child,
.review-page .main-shop-block ul li:last-child {
    margin: 0
}

.review-page .main-shop-block ol,
.review-page .main-shop-block ul {
    margin: 0;
    padding: 0 0 0 1rem
}

.mobile-dop-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: -2px 0 4px #dae0e4;
    box-shadow: -2px 0 4px #dae0e4;
    border-top: 1px solid #e7e8e8;
    background-color: #fff;
    padding: 16px;
    width: 100%;
    overflow: hidden
}

.mobile-dop-btn .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-dop-btn .btn-wrap a {
    padding: 0 40px
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.mirror-block-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 14px;
    border-radius: 4px;
    background-color: #bc1818;
    padding: 21px 32px 26px;
    width: 100%
}

.mirror-block-main .img-wrap {
    margin: 11px 0 0;
    width: 40px;
    height: 40px
}

.mirror-block-main .img-wrap img {
    -webkit-animation: rotation 6s linear infinite;
    animation: rotation 6s linear infinite
}

.mirror-block-main .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 30px;
    width: calc(100% - 40px)
}

.mirror-block-main .btn-wrap {
    margin: 23px 0 0
}

.mirror-block-main .btn-wrap a {
    display: block;
    border-radius: 2px;
    background-color: #fff;
    padding: 11px 16px;
    width: 220px;
    color: #201700;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center
}

.mirror-block-main .btn-wrap a:hover {
    background-color: #eee
}

.mirror-block-main .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (max-width:990px) {
    .top-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-menu .header-menu {
        margin-left: 0
    }

    .promo-info.promo-shop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo-info-content {
        width: 100%
    }

    .promo-tile.best-promo-tile .promo-info-content {
        width: 120px
    }

    .main-shop-block .promo-tile {
        padding: 10px 8px
    }

    .main-shop-block .promo-tile:before {
        display: block;
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/tile-arrow-mobile.svg) no-repeat;
        background-size: contain;
        width: 18px;
        height: 32px;
        content: ""
    }

    .promo-header-wrap {
        padding-right: 24px
    }

    .footer-right-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .footer-right-col {
        background-color: #bc0000;
        padding: 32px 0
    }

    .main-shop-block {
        margin-left: 16px;
        width: 100%
    }

    .promo-header-wrap {
        margin-right: 0;
        width: 100%
    }

    .promo-button {
        display: none
    }

    .promo-button-absolute {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

@media only screen and (max-width:769px) {

    .shop-content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-shop-block {
        margin-left: 0;
        width: 100%
    }

    #data_container .mirror-block-main {
        display: none
    }
}

@media only screen and (max-width:592px) {
    .mirror-block-main {
        padding: 0
    }

    .mirror-block-main .img-wrap {
        display: none
    }

    .mirror-block-main .content-wrap {
        padding: 0;
        width: 100%
    }

    .mirror-block-main .title {
        display: none
    }

    .mirror-block-main .btn-wrap {
        margin: 0
    }

    .mirror-block-main .btn-wrap a {
        background-color: #bc0000;
        width: 100%;
        color: #fff
    }

    .mirror-block-main .btn-wrap a:hover {
        background-color: #c93333;
        color: #fff
    }

    .review-page .main-shop-block h2,
    .review-page .main-shop-block h3 {
        font-size: 16px;
        line-height: 18px
    }

    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .footer-right-col {
        padding: 32px 16px
    }

    .promo-tile.best-promo-tile .promo-info-content {
        width: 200px
    }

    .best-promo-tile .promo-info-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-header .header-logo {
        display: block;
        text-align: center
    }

    .top-header .toggle-menu {
        left: 0;
        height: 16px
    }

    .top-header .toggle-menu {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        width: 24px
    }

    .page-header {
        border-bottom: 0;
        padding: 11px 0
    }

    .logo {
        margin: 0 auto;
        padding: 0 60px;
        width: auto;
        max-width: inherit
    }

    .main-menu {
        display: none
    }

    .promo-tile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 8px;
        min-height: auto
    }

    .promo-info-content {
        width: 200px
    }

    .promo-tile .promo-content {
        width: 100%
    }

    .promo-info-text {
        font-size: 16px;
        line-height: 14px
    }

    .promo-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px
    }

    .promo-text {
        margin: 0;
        min-height: auto;
        font-size: 12px;
        line-height: 14px
    }

    .coupon-label {
        margin: 8px 0 0
    }

    .promo-info {
        width: 100%
    }

    .promo-info:after {
        display: none
    }

    .promo-info-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .promo-info-title {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 0 0 -3px 8px
    }

    .popup-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup-top .promo-content {
        padding: 7px 16px 8px;
        width: 100%
    }

    .popup-top .promo-title {
        font-size: 16px;
        line-height: 20px
    }

    .promo-popup .promo-description {
        display: none
    }

    .promo-info.promo-type {
        padding: 0 40px 0 16px;
        width: 100%
    }

    .promo-info.promo-type .promo-info-group {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .promo-popup-content {
        margin: 15px auto 12px;
        padding: 0 16px;
        width: 100%
    }

    .promo-popup-content a.move-shop {
        max-width: 100%
    }

    .copy-success,
    .popup-copy {
        width: 160px
    }

    .popup-code {
        width: 100%;
        max-width: 100%
    }

    .popup-code .code {
        width: calc(100% - 160px);
        max-width: calc(100% - 160px)
    }
}

@media only screen and (max-width:480px) {

    .promo-header-wrap {
        padding-right: 0
    }

    .promo-header-wrap>.promo-texts {
        padding-right: 24px
    }

    .coupon-label.checked-today {
        margin-right: 4px
    }
}

@media screen and (min-width:593px) {

    .mobile-nav-wrap {
        display: none !important
    }
}

@media screen and (min-width:991px) {

    .footer-wrap {
        margin: 0 auto;
        width: calc(100% - 32px);
        max-width: 1080px
    }

    .page-footer {
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #bc0000), color-stop(0, #8b0000));
        background: linear-gradient(270deg, #bc0000 50%, #8b0000 0)
    }

    .footer-right-col {
        background-color: #bc0000
    }
}

@media only screen and (min-width:770px) {
    .mobile-dop-btn {
        display: none !important
    }
}

.btn {
    background-color: #1a5685
}

.btn:hover {
    background-color: #316d9c
}

.exclusive-item .promo-button {
    background-color: #7ca82f
}

.exclusive-item .promo-button:hover {
    background-color: #89bc37;
    color: #fff
}

.exclusive-item .promo-button:hover .corner {
    border-bottom-color: #89bc37
}

.exclusive-item .promo-button .corner {
    border-bottom-color: #7ca82f
}

.exclusive-item .promo-button .code {
    border-color: #7ca82f;
    background-color: #e5eed5
}

.mirror-block-main,
.mobile-dop-btn .btn-wrap a {
    /* background: url(../img/man.jpg) no-repeat center right 0/auto 100%; */
    background-color: #1a5685
}

@media only screen and (max-width:592px) {
    .mirror-block-main {
        background: #1a5685
    }
}

@media only screen and (max-width:990px) {
    .main-shop-block .promo-tile:before {
        background-image: url(../img/tile-arrow-mobile-blue.svg)
    }
}

@media screen and (min-width:991px) {

    .footer-right-col,
    .page-footer {
        background: #023375
    }
}

@media only screen and (max-width:990px) {

    .footer-right-col {
        background-color: #36a
    }
}

.review-page .main-shop-block ol,
.review-page .main-shop-block p,
.review-page .main-shop-block ul {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4444
}

.review-page .main-shop-block .heading {
    margin-bottom: 2px
}

.review-page .main-shop-block .current-date {
    margin-bottom: 19px
}

@media only screen and (max-width:592px) {
    .mirror-block-main .btn-wrap a {
        background: url(../img/man.jpg) no-repeat center right 0/auto 100%;
        background-color: #1a5685;
        width: 100%;
        color: #fff
    }

    .mirror-block-main .btn-wrap a:hover {
        background-color: #1a5685
    }
}

@media only screen and (max-width:592px) {
    #data_container h2 {
        margin-bottom: 12px !important;
        font-size: 22px !important
    }
}

#data_container table.border-table {
    width: 100%;
    margin-bottom: 18px
}

#data_container .border-table td,
#data_container .border-table th {
    vertical-align: middle;
    border: 1px solid #000;
    padding: 7px;
    text-align: center
}

#data_container .border-table th {
    font-weight: 700
}

.container table.border-table {
    width: 100%
}

.container .border-table td,
.container .border-table th {
    vertical-align: middle;
    border: 1px solid #000;
    padding: 7px;
    text-align: center
}

.container .border-table th {
    font-weight: 700
}

table.border-table {
    width: 100%
}

h3,
h4,
h5 {
    font-size: 22px !important
}

h2,
h3,
h4,
h5 {
    line-height: 1.2 !important
}

ol ol {
    margin-bottom: 0 !important
}

nav li {
    padding: 0;
    font-size: 16px
}

.review-page .main-shop-block nav ol li {
    margin: 0 0 4px !important
}

nav ol {
    counter-reset: li;
    margin: 0;
    padding: 0 0 0 1rem;
    list-style: none
}

nav li:before {
    counter-increment: li;
    content: counters(li, ".") ". "
}

.ez-toc-title {
    font-size: 22px !important
}

.tab-list {
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    list-style: none
}

.tab-item {
    display: inline-block;
    margin: 0 0 0 20px !important
}

.tab-link {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 1px dashed rgba(51, 102, 170, .25);
    color: #36a;
    font-size: 20px
}

.tab-link:hover {
    border-bottom-color: rgba(188, 0, 0, .25)
}

.tab-link.active {
    cursor: default;
    border-bottom-color: transparent;
    color: #000
}

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

.tab-content:first-of-type {
    display: block
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tab-grid-container {
    padding-right: 4px;
    padding-left: 4px
}

.tab-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px
}

.tab-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    padding-right: 4px;
    padding-left: 4px;
    max-width: 16.66667%
}

@media screen and (max-width:1199px) {
    .tab-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media screen and (max-width:990px) {
    .tab-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media screen and (max-width:592px) {
    .tab-link {
        font-size: 16px
    }
}

@media screen and (max-width:479px) {
    .tab-item+.tab-item {
        margin-left: 15px !important
    }

    .tab-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width:374px) {
    .tab-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.paysystem-card {
    margin: 0 auto 8px;
    border-radius: 4px;
    background-color: #fff;
    padding: 16px 7px 12px;
    max-width: 180px
}

.paysystem-logo-container {
    margin-bottom: 3px;
    height: 32px;
    text-align: center
}

.paysystem-logo {
    max-width: 100%;
    max-height: 100%
}

.paysystem-name {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.paysystem-content {
    font-size: 12px
}

.paysystem-content .min {
    margin-bottom: 4px;
    white-space: nowrap
}

.ez-toc-list ol {
    padding-left: 1rem !important
}

.ez-toc-list a {
    color: #000
}

.ez-toc-list a:hover {
    color: #bc0000
}

.collapse:not(.show) {
    display: none
}

.accordion-trigger {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 2px;
    background-color: #36a;
    color: #fff;
    vertical-align: middle;
    cursor: pointer
}

.accordion-trigger:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    content: "+"
}

.accordion-trigger:not(.collapsed):before {
    content: "-"
}

.review-page .main-shop-block .promo-text p,
.review-page .main-shop-block .promo-text ol {
    font-size: 13px;
}

table.main_table {
    width: 100%;
    margin-top: 20px;
}

table.main_table caption {
    margin-bottom: 22px !important;
    line-height: 120% !important;
    color: #2b2c3e !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: left;
}

.main_table tbody {
    border: 1px solid lightgrey !important;
}

.main_table tr {
    padding: 15px !important;
}

.main_table td {
    padding: 3px 20px 3px 20px !important;
}

table.main_table {
    margin-bottom: 20px;
}

table.main_table tr td:nth-child(2) {
    font-weight: bold;
    background-color: #f1f4f7;
    font-weight: 600;
}

.main_table img {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}